This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class Popupmenu | ||||
class, Menu | Mo, 19. Aug 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: does nothing. | ||
Function:
Gives access to the Menu of the PopupMenu. | ||||
Example:
dim m as menu m=popupmenu1.menu m.italic(1)=true m.bold(2)=true m.underline(3)=true m.Condense(4)=true m.extend(5)=true m.Outline(6)=true m.shadow(7)=true m.Enabled(8)=true m.enabled(9)=false | ||||
menu as menu | ||||
method, Menu | Mo, 19. Aug 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns a menu object to access the menu items. | ||||
Example:
dim m as menu m=popupmenu1.menu m.italic(1)=true m.bold(2)=true m.underline(3)=true m.Condense(4)=true m.extend(5)=true m.Outline(6)=true m.shadow(7)=true m.Enabled(8)=true m.enabled(9)=false |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.